Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sozo): add a subcommand to generate overlay files #2025

Merged
merged 7 commits into from
Jun 10, 2024
Merged

Conversation

lambda-0x
Copy link
Contributor

@lambda-0x lambda-0x commented Jun 2, 2024

Description

fix: #1992

Copy link

codecov bot commented Jun 2, 2024

Codecov Report

Attention: Patch coverage is 63.79928% with 101 lines in your changes missing coverage. Please review.

Project coverage is 69.12%. Comparing base (ce56028) to head (a48a6ad).
Report is 3 commits behind head on main.

Files Patch % Lines
crates/sozo/ops/src/migration/mod.rs 0.00% 58 Missing ⚠️
crates/dojo-world/src/manifest/mod.rs 42.18% 37 Missing ⚠️
bin/sozo/src/commands/migrate.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2025      +/-   ##
==========================================
+ Coverage   68.96%   69.12%   +0.16%     
==========================================
  Files         318      318              
  Lines       38068    38829     +761     
==========================================
+ Hits        26252    26840     +588     
- Misses      11816    11989     +173     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lambda-0x lambda-0x marked this pull request as ready for review June 3, 2024 10:45
@glihm glihm changed the title feat(sozo): add an option to generate generate overlay files feat(sozo): add an option to generate overlay files Jun 6, 2024
crates/sozo/ops/src/migration/mod.rs Show resolved Hide resolved
crates/sozo/ops/src/migration/mod.rs Show resolved Hide resolved
bin/sozo/src/commands/migrate.rs Outdated Show resolved Hide resolved
@glihm glihm added the sozo label Jun 10, 2024
@glihm glihm changed the title feat(sozo): add an option to generate overlay files feat(sozo): add a subcommand to generate overlay files Jun 10, 2024
@glihm glihm merged commit a636d23 into main Jun 10, 2024
12 of 13 checks passed
@glihm glihm deleted the generate-overlays branch June 10, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[sozo] add an option to generate overlay files if they don't exist
2 participants